home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
25
/
7
/
DISK2574.ZIP
/
MSC6SH.ZIP
/
MSC6.MAK
< prev
next >
Wrap
Text File
|
1990-12-18
|
405b
|
16 lines
# MSC6.MAK for The CTRL+C LIBRARY - MAKEFILE
# Microsoft Ver. 6.0
MODEL = S # <-----change this for different memory model
CLIB = $(DRIVE)\$(MODEL)msc6cl.lib graphics.lib
INCLUDE = $(DRIVE)\msc6\include
target: cldemo.exe bootdemo.exe
cldemo.exe:
cl -A$(MODEL) -DMSC6 -I$(INCLUDE) $(CLIB) cldemo.c
bootdemo.exe:
cl -A$(MODEL) -DMSC6 -I$(INCLUDE) $(CLIB) bootdemo.c